regexp.Regexp.numSubexp (field)
8 uses
regexp (current package)
regexp.go#L84: numSubexp int
regexp.go#L188: numSubexp: maxCap,
regexp.go#L338: return re.numSubexp
regexp.go#L575: n = 2 * (re.numSubexp + 1)
regexp.go#L674: n = 2 * (re.numSubexp + 1)
regexp.go#L759: n := (1 + re.numSubexp) * 2
regexp.go#L889: ret := make([][]byte, 1+re.numSubexp)
regexp.go#L1044: ret := make([]string, 1+re.numSubexp)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |